Accusoft.PdfXpress7.ActiveX
Save PDF to File

PDF Xpress™ supports saving a PDF document to a file on the local file system. To save a PDF document to file, call the SaveDocument method.

Remote file access (HTTP / FTP) is not supported by PDF Xpress.
VB Example
Copy Code
'This code demonstrates saving a PDF to a file
Dim so As New SaveOptions
so.FileName = "C:\test1.pdf"
document.SaveDocument so
error:
MsgBox pdfxpress1.PdfError
See Also

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback